runtime.mheap.specialWeakHandleAlloc (field)
5 uses
runtime (current package)
mheap.go#L210: specialWeakHandleAlloc fixalloc // allocator for specialWeakHandle
mheap.go#L749: h.specialWeakHandleAlloc.init(unsafe.Sizeof(specialWeakHandle{}), nil, nil, &memstats.gcMiscSys)
mheap.go#L2152: s := (*specialWeakHandle)(mheap_.specialWeakHandleAlloc.alloc())
mheap.go#L2192: mheap_.specialWeakHandleAlloc.free(unsafe.Pointer(s))
mheap.go#L2315: mheap_.specialWeakHandleAlloc.free(unsafe.Pointer(s))
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |